home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / wildcat / flop.zip / FLOP.CFG next >
Text File  |  1991-08-01  |  3KB  |  58 lines

  1. c:\wc30\ch_cabin.lst /T1 /F1 /PN /X25
  2. c:\wc30\password.lst /T2 /F3 /PM
  3. c:\wc30\newfiles.lst /T3:30 /F3 /PN /X25
  4. c:\wc30\bull\bull31.bbs /T3:30 /F2 /PN /X25 /COLOR /CLS
  5. c:\wc30\bull\bull32.bbs /T4:20 /F2 /PN /X25 /COLOR /CLS
  6. c:\wc30\bull\bull36.bbs /T5:20 /F2 /PN /X25 /COLOR /CLS
  7.  
  8. List each output file you require on the lines above, with no blank lines.
  9. FLOP will stop looking for filenames on the first blank line or on the first
  10. line that doesn't begin with a valid filename.  Up to 10 output files may
  11. be specified in a single FLOP configuration file ... if more are needed, then
  12. you'll need to have multiple configuration files and use a batch file system
  13. to copy the appropriate one into place for each run.  FLOP always looks for
  14. FLOP.CFG in the current directory when the program is run.
  15.  
  16. Each output file contains a collection of switches which specify the output
  17. format.  Some are required ... some are optional:
  18.  
  19.     c:\wc30\bull\bull6.bbs /T1 /F1 /PM /X25 /COLOR /CLS
  20.  
  21. The first three switches are required for each output file:
  22.  
  23.    /T switch:  (required)
  24.         /T1     Includes all files on the system
  25.         /T2     Includes ONLY files protected with a password
  26.         /T3:dd  Includes ONLY files uploaded within the past dd days
  27.         /T4:nn  Listing of the top nn files by all-time download count 
  28.         /T5:nn  Listing of the top nn files by 90-day download count 
  29.  
  30.  
  31.    /F switch:  (required)
  32.         /F1     One line format  ... file name, size, and description
  33.         /F2     Two line format  ... more information about the file
  34.         /F3     File Info format ... full detailed info about each file
  35.  
  36.    /P switch:  (required)
  37.         /PY     Include files with passwords, and show the password.
  38.         /PM     Include files with passwords, but MASK the password.
  39.         /PN     Don't include files protected with passwords.
  40.  
  41.    /X switch:  (optional)
  42.         /X25,33 Exclude files from areas 25 and 33 in the listing.
  43.                 You may list all file areas to exclude, separated
  44.                 by commas.
  45.  
  46.    /COLOR switch: (optional)
  47.                 If this switch is included, Wildcat! @xx@ color codes
  48.                 will be included in the output file.  Don't use this
  49.                 for downloadable files, but DO use it for display files.
  50.                 Wildcat! will automatically filter these codes out for
  51.                 Non-ANSI-compatible users.
  52.   
  53.    /CLS switch:  (optional)
  54.                 If this switch is included, the @CLS@ control code will
  55.                 be placed at the beginning of the output file.  Wildcat!
  56.                 will clear the screen of your ANSI compatible users.
  57.  
  58.